ScreenOrientation

data class ScreenOrientation(type: String, angle: Int)

Screen orientation.

Constructors

ScreenOrientation
Link copied to clipboard
fun ScreenOrientation(type: String, angle: Int)

Properties

angle
Link copied to clipboard
val angle: Int
Orientation angle.
type
Link copied to clipboard
val type: String
Orientation type.

Sources

jvm source
Link copied to clipboard